Interview Questions and Answer
Options:
a. hide()
b. show()
c. toggle()
d. All
Reveal Answer
Options:
a. $("div").slideUp();
b. $("div").slideDown("fast");
c. $("div").slideToggle(1000);
d. All
Reveal Answer
Options:
a. A callback function is executed after the current effect is 100% finished.
b. A callback function is executed before the current effect is 100% finished
c. A callback function is executed the current effect is 100% finished
d. None
Reveal Answer
Options:
a. $("div").fadeIn("fast");
b. $("div").fadeOut("normal")
c. $("div").fadeToggle("normal")
d. All
Reveal Answer
Options:
a. $("div").fadeIn();
b. $("div").fadeIn("fast");
c. $("div").fadeIn(1000);
d. All
Reveal Answer
Options:
a. $("div").fadeIn();
b. $("div").fadeIn("slow", 0.2);
c. $("div").fadeIn("slow");
d. $("div").fadeIn(o.2);
Reveal Answer
Options:
a. $("button").click(function(){ $("div").animate({ left:'250', height:'250', width:'250' });
b. $("button").click(function(){ $("div").animate({ left:'250', height:'+250', width:'+250' }); });
c. $("button").click(function(){ $("div").animate({ left:'250', height:'+=250', width:'+=250' }); });
d. none
Reveal Answer
Options:
a. $.support
b. $.browser
c. featureTest
d. browserTest
Reveal Answer
Options:
a. click()
b. error()
c. event.pageX
d. click. error()
Reveal Answer
Options:
a. The words "slow" and "fast" as well as integer for the milliseconds
b. the words "slow", "fast" and "medium"
c. All of the above
d. none of the above
Reveal Answer
Bestdotnet google plus